ocr: ChangeSalary public boolean changesalary (float newsalary) This function changes the employees salary. A salary change can occur only after the two following tests have been applied: 1. The new salary is higher than the current salary. 2. - The new salary 1s less than the maximum salary. Parameters: newSalary - The proposed new salary. Returns: true if the salary change 1s approved, false otherwise.